type crypto/internal/entropy/v1.0.0.source

4 uses

	crypto/internal/entropy/v1.0.0 (current package)
		entropy.go#L97: type source struct {
		entropy.go#L103: func newSource(memory *ScratchBuffer) *source {
		entropy.go#L104: 	return &source{
		entropy.go#L122: func (s *source) Sample() uint8 {